POST /File/Tags/

Gets the tags that match the text passed in.
 

Request

Method Request URI
POST /API/File/Tags/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: searchValue
Type: System.String

Response

Response Body

An array of Dundas.BI.WebApi.KeyValuePairData objects, or a status code indicating the problem.